home *** CD-ROM | disk | FTP | other *** search
- WordsControl = {
- ACTIONS = {
- punctuation:;
- caseSensitive:;
- stem:;
- foldPlurals:;
- };
- OUTLETS = {
- stopWords;
- caseSensitive;
- stem;
- foldPlurals;
- punctuation;
- };
- SUPERCLASS = Object;
- };
- Icon = {
- SUPERCLASS = View;
- };
- IndexInspector = {
- ACTIONS = {
- words:;
- files:;
- weights:;
- readers:;
- searching:;
- control:;
- services:;
- };
- OUTLETS = {
- inspectorView;
- wordsControl;
- searchControl;
- nothingPanel;
- targetPath;
- controlPanel;
- filesControl;
- targetTitle;
- servicesControl;
- weightingControl;
- readersPanel;
- weightingPanel;
- target;
- readersControl;
- filesPanel;
- icon;
- window;
- servicesPanel;
- popup;
- searchingPanel;
- wordsPanel;
- indexControl;
- };
- SUPERCLASS = Object;
- };
- IndexControl = {
- ACTIONS = {
- createIndex:;
- takePeriodicFrom:;
- takeIntervalFrom:;
- takeWhileSearchingFrom:;
- deleteIndex:;
- stop:;
- takeMinutesHoursFrom:;
- updateIndex:;
- };
- OUTLETS = {
- filename;
- updatingIndex;
- interval;
- createButton;
- size;
- deleteButton;
- updateButton;
- date;
- fileIcon;
- owner;
- periodic;
- minutesHours;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ServicesControl = {
- ACTIONS = {
- fileIn:;
- searchIn:;
- };
- OUTLETS = {
- searchIn;
- fileIn;
- };
- SUPERCLASS = Object;
- };
- SearchControl = {
- ACTIONS = {
- takeSortOptionFrom:;
- };
- OUTLETS = {
- sortOption;
- };
- SUPERCLASS = Object;
- };
- ReadersControl = {
- ACTIONS = {
- browserClick:;
- };
- OUTLETS = {
- browser;
- };
- SUPERCLASS = Object;
- };
- MySubclass = {
- SUPERCLASS = Object;
- };
- FilesControl = {
- ACTIONS = {
- typesNames:;
- };
- OUTLETS = {
- browser;
- typesNames;
- };
- SUPERCLASS = Object;
- };
- WeightingControl = {
- ACTIONS = {
- takeWeightingTypeFrom:;
- takePercentPassedFrom:;
- };
- OUTLETS = {
- percentPassed;
- weightingType;
- };
- SUPERCLASS = Object;
- };
-